home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2005 October
/
Gamestar_77_2005-10_dvd.iso
/
Programy
/
setup365dni.exe
/
{app}
/
script
/
script_vb.365
< prev
Wrap
Text File
|
2004-12-29
|
939b
|
43 lines
<script language="VBscript">
<!--
public Zmena(200)
sub upozorneni(x,dS,pozor)
dim casStart
dim aktZ
casStart= left(right(ds,8),2) & "." & left(right(ds,11),2) & "." & left(ds,4) & " " & left(right(ds,5),2) & ":" & right(dS,2)
if DateDiff("n", Now, casStart) > 0 then
aktZ=document.getElementById("P" & x).name
if Zmena(aktZ)="1" then
'ji₧ doÜlo ke zm∞n∞, tak₧e invertujeme pozor
if pozor="1" then
pozor=0
else
pozor=1
end if
Zmena(aktZ)="0"
else
'jeÜt∞ ke zm∞n∞ nedoÜlo
Zmena(aktZ)="1"
end if
if pozor="1" then
document.getElementById("P" & x).bgcolor = ""
else
document.getElementById("P" & x).bgcolor = "red"
end if
window.navigate "c:\linkTIME" & x & "link"
else
window.navigate "c:\linkTIME" & "ZACAL" & "link"
end if
end sub
-->
</script>